home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net 2002 March
/
DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin
/
pc
/
PC Software
/
free_browsing
/
DavesQckSearchDbar3-14
/
dqsd.exe
/
searches
/
ar.xml
< prev
next >
Wrap
Text File
|
2002-08-30
|
1KB
|
43 lines
<search function="ar">
<name>All Recipes</name>
<description>
Search for recipes and meal ideas at AllRecipes.com.<br/>
<div class="helpboxDescLabels">Example:</div>
<table class="helpboxDescTable">
<tr><td>ar cheesecake</td></tr>
</table>
</description>
<category>Other</category>
<link>http://www.allrecipes.com/</link>
<contributor>Sarah Sweeney</contributor>
<email>sarah@designshift.com</email>
<form name="allrecipesform"
action="http://search.allrecipes.com/SearchResults.asp"
method="get">
<input type="hidden" name="site" value="allrecipes" />
<input type="hidden" name="allrecipes" value="allrecipes" />
<input type="hidden" name="q1" />
</form>
<script><![CDATA[
function ar(q, switches)
{
if( nullArgs("ar", q) )
return false;
if( q == "" )
openSearchWindow("http://www.allrecipes.com/");
else
{
document.allrecipesform["q1"].value = q;
submitForm(allrecipesform);
}
}
]]></script>
<copyright>
Copyright (c) 2002 David Bau
Distributed under the terms of the
GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
</search>